home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 112
/
jogo-disk-112.iso
/
Games
/
steppenwolf_3_chapter_7.swf
/
scripts
/
DefineButton2_948
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2010-07-14
|
313b
|
17 lines
on(release){
set("/Variables:TransMail","");
TexteMail = "";
if(getProperty("../", _currentframe) == 3)
{
gotoAndStop(2);
}
else
{
tellTarget("../InvSelection")
{
gotoAndStop(eval("/Variables:ObjetSelect") + 1);
}
gotoAndStop(1);
}
}